FlexPivot for WinForms
ObjectConnector<T> コンストラクタ

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > ObjectConnector<T> クラス : ObjectConnector<T> コンストラクタ
Workspace to use the connector in.
Collection to import data from.
Initializes a new instance of the ObjectConnector class.
シンタックス
'宣言
 
Public Function New( _
   ByVal workspace As Workspace, _
   ByVal data As System.Collections.Generic.IEnumerable(Of T) _
)
public ObjectConnector<T>( 
   Workspace workspace,
   System.Collections.Generic.IEnumerable<T> data
)

パラメータ

workspace
Workspace to use the connector in.
data
Collection to import data from.
参照

ObjectConnector<T> クラス
ObjectConnector<T> メンバ